From b7a3c8a304870b64684d5d56bbb5348180674b94 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 19 May 2006 13:50:49 +0000 Subject: [PATCH] Make table of internal csv constants into a table. --- xmldoc/chapters/styles.xml | 44 ++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 18 deletions(-) diff --git a/xmldoc/chapters/styles.xml b/xmldoc/chapters/styles.xml index 5374a10f5..8961f6668 100644 --- a/xmldoc/chapters/styles.xml +++ b/xmldoc/chapters/styles.xml @@ -22,24 +22,32 @@ A few internal constants are defined in the XCSV parser to make the style file simpler. They may or may not be used and are optional in most cases. Note that only certain style file directives map these constants. - -STYLE CONSTANT MAPS TO CHAR(s) ---------------------------------------- -COMMA , -COMMASPACE ,<space> -SINGLEQUOTE ' -DOUBLEQUOTE " -COLON : -SEMICOLON ; -NEWLINE \n -CR \r -CRNEWLINE \r\n -TAB \t -SPACE <space> -HASH # -PIPE | -WHITESPACE *** SEE WHITESPACE NOTES BELOW *** - + +Internal Constants for XCSV + + + +STYLE CONSTANT MAPS TO CHAR(s) + + +COMMA , +COMMASPACE ,<space> +SINGLEQUOTE ' +DOUBLEQUOTE " +COLON : +SEMICOLON ; +NEWLINE \n +CR \r +CRNEWLINE \r\n +TAB \t +SPACE <space> +HASH # +PIPE | +WHITESPACE *** SEE WHITESPACE NOTES BELOW *** + + +
+
WHITESPACE -- 2.30.2